473,419 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,419 software developers and data experts.

embedding *.flv file into aspx page

How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches
Jan 10 '07 #1
3 13636
Have a look at epicFlashControl. Peter's answer is correct, but if you're
using VS.NET, epicFlashControl will take care of many of the annoying parts
of integrating Flash on an aspx page.

-KF
"Ollie Riches" <ol**********@hotmail.comwrote in message
news:en**************@TK2MSFTNGP06.phx.gbl...
How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches


Jan 10 '07 #2
yeah i know that...

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:E0**********************************@microsof t.com...
Whatever the <embedor <object --- tag directives are for embedding .flv
into a plain old html page, that's what you would put in the .ASPX
(markup)
of your ASP.NET page.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Ollie Riches" wrote:
>How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches

Jan 11 '07 #3
The kind of help answer I was looking for:

You can't display a flash movie directly in an asp.net page you are required
to reference\contain the *.FLV file in a *.SWF, this can then displayed
using the embedded adobe flash player using an active x control in similar
manner to windows media player.

To produce the *.SWF you will need something like MAcromedia Flash
Professional.

To embed the adobe flash player you will need the following HTML in the
asp.net page:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="500" height="400" id="Untitled-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="progressive2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#aaaaaa" />
<embed src="progressive2.swf" quality="high" bgcolor="#ffffff"
width="500" height="400" name="Untitled-1" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

"Ollie Riches" <ol**********@hotmail.comwrote in message
news:eh**************@TK2MSFTNGP03.phx.gbl...
yeah i know that...

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:E0**********************************@microsof t.com...
>Whatever the <embedor <object --- tag directives are for embedding .flv
into a plain old html page, that's what you would put in the .ASPX
(markup)
of your ASP.NET page.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Ollie Riches" wrote:
>>How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches


Jan 12 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Victor Fees | last post by:
I have an XML string in a database that I would like to display using XSLT. All of that works like a champ, but I can't figure out how to embed the XML inside an ASPX page. For example, I have...
56
by: alan b | last post by:
I copied it and tried to edit the movie.htm below in the <PARAM NAME=*** location of the file where the videoclip is on my hard drive. It is already recorded by Windows Media Player. My version...
4
by: Marc Pelletier | last post by:
Hello, I have a class (TideClass) which creates a bitmap image as one of its functions. I want to create a page which has this image embedded amongst some text. I know that I have to stream the...
6
by: Skeptical | last post by:
Hello, I am trying to embed html output into my webform but could not figure out how to so far. The form will execute a Perl script with some parameters, and script will output some html...
18
by: J-T | last post by:
Hi All, There is a picture on the following URL which I want to have it in one of my asp.net pages .I mean I want to embed the content of this page in my own page and get its image.Is there a...
7
by: David Thielen | last post by:
Hi; Is there a way to embed images in the response rather than writing them to disk and having an <img ...> tag? And if so, how is it done and what browsers support it? -- thanks - dave
3
by: Praveen | last post by:
Hi, I have a control that currently embeds it's images and script files as resources (by marking them as 2.0's WebResourceAttribute) and lets the runtime handle the streaming of the files to the...
2
by: John Grandy | last post by:
I am not having success embedding carriage return and line feed characters into a string and displaying them with an ASP.NET label. Is anyone getting either of the following to work ? ...
5
by: Barrie Wilson | last post by:
anyone have any idea why I might be having an impossible time embedding a YouTube <objectin an .ASPX file: <object width="425" height="355"> <param name="movie"...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.